-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add avs manager #19
feat: add avs manager #19
Conversation
cc5a56b
to
96ded64
Compare
3abf8d2
to
6bce504
Compare
} | ||
|
||
message RegisterAVSTaskReq { | ||
string AVSAddress = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registering tasks might need permission control, maybe only the owner of the AVS can register its task? It seems like this RPC can be called anyone.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will check the author address to make sure it's valid operator address, and bls for verification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing: the assets supported by the AVS, correct? Will it be implemented in a quorum form?
c6cd627
to
7f65704
Compare
7f65704
to
2eb086a
Compare
0c748a7
to
89d1b0e
Compare
f0b2e21
to
5974130
Compare
939d12d
to
124bebc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes requested, thank you.
124bebc
to
3467ea8
Compare
3467ea8
to
bbd2a05
Compare
Description
Add avs manager to manage avs, operator with exocore chain